Dispose Method

Task Parallel System.Threading

Releases resources used by the BlockingCollection<(Of <(T>)>) instance.

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Sub Dispose
C#
public void Dispose()

Implements

IDisposable..::.Dispose()()()

See Also